Fibonacci function

英 [ˌfɪbəˈnɑːtʃi ˈfʌŋkʃn] 美 [ˌfɪbəˈnɑːtʃi ˈfʌŋkʃn]

网络  费布那西函数

计算机



双语例句

  1. To solve this problem, a Java programmer might be tempted to define a function that gives you the nth Fibonacci number.
    为了解决这个问题,Java程序员一般会想到要定义一个函数来给出第n个Fibonacci数。
  2. In the Fibonacci sample given above, running the printfibo() function in another process produced no useful return value.
    在上述Fibonacci样例中,在另一个进程内运行printfibo()函数不会得到有用的返回值。
  3. A perfect way to see the benefits of the functional programming style, and how this works within Erlang, is to look at the Fibonacci function.
    要想了解函数编程风格的好处以及它在Erlang中的实现方式,最好的方法是了解Fibonacci函数。
  4. For example, in the previous part of this series the Fibonacci function that we created could be called as a new process using the following format: PID= spawn ( fib, printfibo, [ 10]).
    举例来说,在本系列上一期文章中,可以使用以下格式将我们创建的Fibonacci函数作为新进程调用:PID=spawn(fib,printfibo,[10])。
  5. Your first Erlang program, a recursive Fibonacci function
    第一个Erlang程序,一个递归的Fibonacci函数
  6. On the integer values in fibonacci's function
    关于广义Fibonacci函数的整数值
  7. The main purpose of this paper is in using the generating function of generalized Fibonacci polynomials and its partial derivative to study the convolution evaluation of the second-kind Chebyshev polynomials, and give an interesting formula.
    本文主要的目的是利用广义Fibonacci多项式的生成函数及其偏导数来研究第二类Cheby-shev多项式卷积的计算,并给出&个有趣的计算公式。
  8. This paper illuminates three kinds of prove of the recurrence formula of Fibonacci sequence, that is 1: Mathematical induction method 2: Probing method. 3: The parent function method ( make a convergent series, and let it be the parent function).
    本文阐明Fibonacci序列递推公式的三种证法,数学归纳法、试探法、母函数法(作一收敛的幂级数,作为母函数)。
  9. On the counting function of Fibonacci numbers
    关于Fibonacci数的计数函数
  10. On Fibonacci sequence of the parent function method
    关于Fibonacci序列的母函数法